home *** CD-ROM | disk | FTP | other *** search
- /* resource set indicies for WINDXMPL */
-
- #define MENUTREE 0 /* menu tree */
- #define MENUDESK 3 /* TITLE in tree MENUTREE */
- #define MENUFILE 4 /* TITLE in tree MENUTREE */
- #define MENUINFO 7 /* STRING in tree MENUTREE */
- #define MENUEDFN 16 /* STRING in tree MENUTREE */
- #define MENUQUIT 17 /* STRING in tree MENUTREE */
-
- #define WINDTREE 1 /* form/dialog */
- #define WINDICI1 1 /* ICON in tree WINDTREE */
- #define WINDTEFN 2 /* FTEXT in tree WINDTREE */
- #define WINDICI2 4 /* ICON in tree WINDTREE */
- #define WINDPBRB 5 /* IBOX in tree WINDTREE */
- #define WINDBRB2 6 /* BUTTON in tree WINDTREE */
- #define WINDBRB1 7 /* BUTTON in tree WINDTREE */
-